 |
API Documentation
|
|
|
static LAYOUT_TYPE getLayoutTypeFromString(const nkMemory::StringView &name)
static nkMemory::StringView getStringFromLayoutType(LAYOUT_TYPE type)
LAYOUT_TYPE
Defines the type of layout available.
Definition: LayoutType.h:12
static RELATIVE_POSITION getRelativePositionFromString(const nkMemory::StringView &name)
static nkMemory::StringView getStringFromComponentType(COMPONENT_TYPE type)
static nkMemory::StringView getStringFromRelativePosition(RELATIVE_POSITION position)
COMPONENT_TYPE
Available component types.
Definition: ComponentType.h:12
static COMPONENT_TYPE getComponentTypeFromString(const nkMemory::StringView &name)
Offers utilities to convert from structures or enums to strings, and vice versa.
Definition: StructToString.h:12
Class holding information about a string, with no ownership over the data.
Definition: StringView.h:22
Encompasses all API of component NilkinsWinUi.
Definition: Button.h:7
RELATIVE_POSITION
Represents different positions, compared to an anchor.
Definition: RelativeLayout.h:12